.first-level-title {
    position: relative;
    font-size: .36rem;
    font-weight: bold;
    line-height: .36rem;
    color: #101112;
}

.first-level-title::before {
    width: .17rem;
    height: .17rem;
    background: #E60011;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -.3rem;
    content: "";
}

.section {
    position: relative;
    overflow: hidden;
}

.secondary-title {
    font-family: 'Helvetica-Bold';
    font-size: .12rem;
    text-transform: uppercase;
    color: #101112;
    line-height: .14rem;
    margin-top: .21rem;
}


.banner {
    /* background: url(../imgs/home/banner_mp4-pichi.jpg) center center no-repeat;
    background-size: cover;

    padding: 0 0 0 1.6rem;
    position: relative; */
    height: calc(100vh - .9rem);
    margin-top: .9rem;

}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-container::before {
    background: url(../imgs/company/bg_dot.png) repeat;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.swiper-container .slide1 {
    background: url(../imgs/home/banner1.jpg) center center no-repeat;
    background-size: cover;
}

.swiper-container .slide2 {
    background: url(../imgs/home/banner2.jpg) center center no-repeat;
    background-size: cover;
}

.swiper-container .slide3 {
    background: url(../imgs/home/banner3.jpg) center center no-repeat;
    background-size: cover;
}

.swiper-container .slide4 {
    background: url(../imgs/home/banner4.jpg) center center no-repeat;
    background-size: cover;
}

.swiper-container .slide5 {
    background: url(../imgs/home/banner5.jpg) center center no-repeat;
    background-size: cover;
}
.swiper-container .slide6 {
    background: url(../imgs/home/banner_01_0718.jpg) center center no-repeat;
    background-size: cover;
}
.swiper-container .slide7 {
    background: url(../imgs/home/banner_02_0717.jpg) center center no-repeat;
    background-size: cover;
}

.banner .scroll {
    position: absolute;
    left: 1.6rem;
    bottom: 0;
    width: .13rem;
    padding-left: .2rem;
    box-sizing: content-box;
    height: 1.67rem;
    z-index: 2;
}

.banner .scroll .line {
    height: 1.67rem;
    position: absolute;
    top: 0;
    width: 1px;
    left: 0;
    background: #fff;
}

.banner .scroll .circle {
    position: absolute;
    left: 0;
    z-index: 100;
    margin-left: -3.5px;
    width: 7px;
    height: 7px;
    top: 0;

    -webkit-animation: scroll-point 2.6s ease-out infinite;
    animation: scroll-point 2.6s ease-out infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.banner .scroll .circle::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    -ms-border-radius: 50%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    /* z-index: 0; */
    background: rgba(255, 255, 255, 1);
    -webkit-animation: scroll-point-zoom 2.6s ease-out infinite;
    animation: scroll-point-zoom 2.6s ease-out infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.banner .scroll .circle::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    -ms-border-radius: 50%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    background: #E60011;
}

@-webkit-keyframes scroll-point {
    0% {
        top: 0;
        opacity: 0
    }

    20% {
        opacity: 1
    }

    48% {
        top: 100%;
        opacity: 1
    }

    70% {
        opacity: 0
    }

    100% {
        top: 100%;
        opacity: 0
    }
}

@keyframes scroll-point {
    0% {
        top: 0;
        opacity: 0
    }

    20% {
        opacity: 1
    }

    48% {
        top: 100%;
        opacity: 1
    }

    70% {
        opacity: 0
    }

    100% {
        top: 100%;
        opacity: 0
    }
}

@-webkit-keyframes scroll-point-zoom {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    20% {
        opacity: 1
    }

    40% {
        opacity: 0;
        -webkit-transform: scale(4);
        -moz-transform: scale(4);
        -ms-transform: scale(4);
        -o-transform: scale(4);
        transform: scale(4)
    }

    70% {
        opacity: 0
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(4);
        -moz-transform: scale(4);
        -ms-transform: scale(4);
        -o-transform: scale(4);
        transform: scale(4)
    }
}

@keyframes scroll-point-zoom {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    20% {
        opacity: 1
    }

    40% {
        opacity: 0;
        -webkit-transform: scale(4);
        -moz-transform: scale(4);
        -ms-transform: scale(4);
        -o-transform: scale(4);
        transform: scale(4)
    }

    70% {
        opacity: 0
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(4);
        -moz-transform: scale(4);
        -ms-transform: scale(4);
        -o-transform: scale(4);
        transform: scale(4)
    }
}


.banner .txt {
    /* display: table-cell;
    vertical-align: middle;
    height: calc(100vh - .9rem); */

}

.banner .title {
    height: 2.29rem;
    box-sizing: content-box;
    position: absolute;
    z-index: 2;
    left: 1.6rem;
    top: .9rem;
}

.banner .view-all {
    margin-top: 1rem;
}

.banner .gc2024 {
    position: absolute;
    bottom: .5rem;
    right: .5rem;
    
    width: 3.2rem;
    z-index: 2;
    display: block;
}
.banner .ifme {
    position: absolute;
    bottom: .5rem;
    right: .5rem;
    width: 3.2rem;
    z-index: 2;
    display: block;
}

.swiper-pagination-bullet-active {
    background: #E60011;
}

.news-section {
    margin: 1rem auto 0;
    max-width: 12.8rem;
}

.news-section .news-list {
    float: left;
    border-top: 1px solid #E5E5E5;
    width: 51%;
    margin-left: 1.56%;
}

.news-section .news-list li {
    border-bottom: 1px solid #E5E5E5;

    background: url(../imgs/btn_arrow-black@2x.png) 96% center no-repeat;
    background-size: .13rem;
    line-height: .13rem;
    position: relative;
    overflow: hidden;
}

.news-section .news-list li::before {
    content: "";
    width: 100%;
    bottom: -1px;
    height: 1px;
    background: #E60011;
    position: absolute;
    left: 0;
    animation: all 3s;
}

.news-section .news-list li:hover::before {
    /* animation: line 3s both; */
}


@keyframes line {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

.news-section .news-list li .date {
    font-weight: 500;
    color: #101112;
    margin-bottom: .12rem;

}

.news-section .news-list li p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-section .news-list li a {
    display: block;
    padding: .26rem .4rem .26rem .12rem;
}

.news-section .news-list li:hover {
    background: url(../imgs/btn_arrow-red.png) 96% center no-repeat;
    background-size: .13rem;
    border-color: #E60011;
}

.news-section .txt {
    float: right;
    margin-left: 14.68%;
    width: 32.76%;

}

.news-section .txt .view-all {

    margin-top: .6rem;
}

.speech-section {
    /* padding-left: 13.5%; */
    margin-top: 1rem;
    padding-bottom: 1.4rem;
    /*  */
    position: relative;
}

.speech-section .basemap {
    background: url(../imgs/home/company_bg@2x.jpg) right bottom no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 86.5%;
    height: 7.15rem;
    z-index: -1;
}

.speech-section .illustration {
    background: url(../imgs/home/index-message-pc0401.jpg) center center no-repeat;
    background-size: cover;
    width: 37.5%;
    height: 4.15rem;
    position: absolute;
    right: 12.812%;
    top: .4rem;
}

.speech-section .speech-section-title {
    padding: 0 0 .6rem .3rem;
}

.speech-section-content {
    padding: 1rem 0 0 0;
    color: #fff;
}

.speech-section-content .title {
    font-size: .3rem;
    line-height: .3rem;
    margin-bottom: .26rem;
}

.speech-section-content .content {
    width: 3.68rem;
    margin-bottom: .7rem;
}

.speech-section-content .links {
    margin: 1.45rem 0 0 0;
    width: 61%;
}

.speech-section-content .links a {
    border: 1px solid rgba(255, 255, 255, .4);
    background: url(../imgs/btn_arrow-white@2x.png) 93% center no-repeat;
    background-size: .13rem;
    line-height: .76rem;
    display: block;
    float: left;
    width: 33.33%;
    border-left: 0;
    text-align: center;
    font-size: .15rem;
}

.speech-section-content .links a:first-of-type,
.speech-section-content .links a:nth-of-type(4) {
    border-left: 1px solid rgba(255, 255, 255, .4);
}

.speech-section-content .links a:nth-of-type(4),
.speech-section-content .links a:nth-of-type(5) {
    border-top: 0;
}

.speech-section-content .links a:hover {
    background: url(../imgs/btn_arrow-white@2x.png) rgba(255, 255, 255, 0.12) 93% center no-repeat;
    background-size: .13rem;
}









.our-company-section {
    padding: 1rem 0 0 0;

    position: relative;
    overflow: inherit;
}

.our-company-section::before {
    background: url(../imgs/home/company-bg-circle.png) left top no-repeat;
    background-size: 100% auto;
    width: 78.12%;
    height: 15.8rem;
    position: absolute;
    content: "";
    right: 0;
    top: -3.6rem;
    z-index: -2;
}

.our-company-section .illustration {
    background: url(../imgs/home/company_pic1_mob.jpg) center center no-repeat;
    width: 47.39%;
    height: 5.78rem;
    background-size: cover;
    float: left;
    margin-left: 3.6%;
}

.our-company-section .txt {
    width: 44.85%;
    float: left;
    margin-left: 4.16%;
    box-sizing: border-box;
    padding-left: .35rem;

}

.our-company-section .view-all {
    margin-top: .6rem;
}

.our-company-section .desc {
    margin-top: .3rem;
    width: 3.34rem;
}

.our-company-section ul {
    margin-top: 1.14rem;
    margin-left: -.35rem;
}

.our-company-section li {
    width: 34.8%;
    line-height: .74rem;
    text-align: center;
    background: url(../imgs/btn_arrow-black@2x.png) 94% center no-repeat;
    background-size: .13rem;
    border: 1px solid #E5E5E5;
    font-size: .15rem;
    float: left;
    position: relative;
    cursor: pointer;
}

.our-company-section li:hover {
    border-color: transparent;
    z-index: 2;
}


.our-company-section li a {
    display: block;
}

.our-company-section li:hover {

    background: url(../imgs/btn_arrow-red.png) 94% center no-repeat;
    background-size: .13rem;
}

.our-company-section li:hover::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    border: 1px solid #E5E5E5;
    animation: _color 1s both;
    z-index: -1;
}


.our-company-section li:nth-of-type(3),
.our-company-section li:nth-of-type(4) {
    top: -1px;
}

.our-company-section li:nth-of-type(4),
.our-company-section li:nth-of-type(2) {
    left: -1px;
}



.our-company-section li a {
    display: block;
}

.business-section {

    padding: .98rem 13.542% 1rem 13.542%;
    position: relative;
    margin-top: 1.2rem;

}

.business-section .basemap {
    background: url(../imgs/home/business_bg@2x.jpg) no-repeat;
    background-size: cover;
    width: 86.458%;
    left: 0;
    top: 0;
    height: 6.56rem;
    z-index: -1;
    position: absolute;
}

.business-section .txt {
    padding-left: 59.28%;
    color: #fff;
}

.business-section .first-level-title,
.business-section .secondary-title {
    color: #fff;
}

.business-section .first-level-title::before {
    background: #fff;
}

.business-section .desc {
    margin-top: .3rem;
}

.business-section .main-areas {
    border: 1px solid rgba(255, 255, 255, .4);
    line-height: .74rem;
    width: 24.48%;
    left: 22.76%;
    color: #fff;
    display: block;
    background: url(../imgs/home/business_icon01@2x.png) 10% center no-repeat;
    background-size: .16rem;
    padding-left: 9%;
    position: absolute;
    top: 2.15rem;
    font-size: .15rem;
}

.business-section .main-areas:hover::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(255, 255, 255, .1);
}

.business-section .main-areas::after {
    background: url(../imgs/btn_arrow-white@2x.png) 0 0 no-repeat;
    background-size: .13rem;
    position: absolute;
    content: "";
    right: .2rem;
    top: .3rem;
    width: .13rem;
    height: .13rem;
}

.business-section .view-all {
    margin-top: .5rem;
}

.business-section .tab-pane {
    background: #fff;
    margin-top: 1.4rem;
    max-width: 14rem;
}

.business-section .tab-pane .card-group,
.business-section .tab-pane .card-group2 {
    padding: 0 3%;
}

.business-section .tab-pane .card-group2 {
    /* display: none; */
}

.business-section .tab-pane .card-group2 li {
    padding: 0 .4rem 0;
    width: 50%;
    float: left;
}

.business-section .tab-pane .card-group2 li img {
    height: .88rem;
    float: left;
}

.business-section .tab-pane .card-group2 li:hover {
    box-shadow: 0 8px 16px 0 rgba(19, 18, 18, 0.10);
}

.business-section .tab-pane .card-group2 li:hover p {
    color: #E60011;
    text-decoration: underline;
}


.business-section .tab-pane .card-group2 li a {
    border-bottom: 1px solid #E5E5E5;
    display: block;
    padding-bottom: .3rem;
    padding-top: .24rem;
}

.business-section .tab-pane .card-group2 li p {
    font-size: .2rem;
    font-weight: bold;
    line-height: .88rem;
    padding-left: 1.8rem;
}

.business-section .tab-pane .card-group2 h2 {
    font-size: .3rem;
    line-height: .45rem;
    margin: .7rem 0 .64rem;
    padding-left: .4rem;
}

.business-section .tab-pane .card-group2 li:nth-of-type(1) a,
.business-section .tab-pane .card-group2 li:nth-of-type(2) a {
    /* border-top: 1px solid #E5E5E5; */
}

.business-section .tab-pane .card-group2 li:hover a {
    border-color: transparent !important;
}

.business-section .tab-pane .tabs-common {

    margin: 0 5.7% .4rem;
    /* border-bottom: 1px solid #E5E5E5; */
}

.business-section .tab-pane .tabs-common span {
    display: inline-block;
    margin-right: .56rem;
    padding-bottom: .1rem;
    padding-top: .6rem;
    font-weight: 500;
    line-height: .13rem;
    position: relative;
    cursor: pointer;
}

.business-section .tab-pane .tabs-common span.active {
    color: #101112;
}

.business-section .tab-pane .tabs-common span.active::before {
    background: #E60011;
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: -1px;
    left: 0;
}

.business-section .card-group li:nth-of-type(1),
.business-section .card-group li:nth-of-type(2),
.business-section .card-group li:nth-of-type(3) {
    border: 0;
}

.business-section .card-group li:last-of-type::before {
    width: 0;
}






.develop-section {

    height: 5.76rem;
    position: relative;
    color: #fff;
    text-align: center;
    background: url(../imgs/home/susta_bg1@2x-pichi.jpg) center center no-repeat;
    background-size: cover;
}

.develop-section::before {
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    background: url(../imgs/home/susta_bg1@2x-pichi.jpg) center center no-repeat;
    background-size: cover;
    transition: all 2.6s;
}

.develop-section:hover::before {
    transform: scale(1.15);
}

@keyframes _scale {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

.develop-section::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(30, 31, 35, 0.60);
}

.develop-section .container {
    z-index: 2;
}

.develop-section .title {
    font-size: .36rem;
    line-height: .36rem;
    padding-top: 1.55rem;
}

.develop-section .desc {
    padding-top: .4rem;
}

.develop-section .links {
    padding-top: .19rem;
    line-height: .14rem;
}

.develop-section .links a {
    border-bottom: 1px solid #fff;
    padding-bottom: .02rem;
    display: inline-block;
    position: relative;
}

.develop-section .links a::before {
    background: url(../imgs/icon_lock_white_mob@3x.png) no-repeat;
    background-size: .18rem;
    content: "";
    width: .18rem;
    height: .18rem;
    position: absolute;
    top: -.01rem;
    right: -.23rem;
}



.develop-section .view-all {

    margin: .54rem auto 0;

}

.recruitment-section {
    background: url(../imgs/home/recruitment-bg@2x-pichi.jpg) center center no-repeat;
    background-size: auto 100%;
    height: 6.42rem;

    padding-top: 1.68rem;
}

.recruitment-section .content {
    padding-left: 13.64vw;
    display: inline-block;
    background: url(../imgs/home/recruitment-arrow@2x.png) right bottom no-repeat;
    background-size: 1.37rem auto;
    padding-right: 1.8rem;
    color: #101112;
}

.recruitment-section .content .first-level-title {
    margin: 0;
}

.recruitment-section .content .title {
    font-size: .48rem;
    line-height: .7rem;
    font-weight: bold;
    margin-top: 1.05rem;
}

.recruitment-section .content .desc {
    font-size: .24rem;
    margin-top: .5rem;
    line-height: .36rem;
}

@media (max-width:1600px) {
    .business-section {
        padding: .98rem 11% 1rem;
    }

}

@media (max-width:1360px) {
    .speech-section-content .links {
        width: 80%;
    }

    .business-section {
        padding: .98rem 37px;
    }
}

@media (max-width: 768px) {
    .first-level-title {
        font-size: .24rem;
        line-height: .24rem;
    }

    .secondary-title {
        font-size: .08rem;
        margin-top: .12rem;
        line-height: .08rem;
    }

    .first-level-title::before {
        width: .1rem;
        height: .1rem;
        left: -.2rem;
    }

    .banner,
    .our-company-section,
    .develop-section,
    .recruitment-section {
        min-width: 100%;
        overflow: hidden;
    }

    .banner {
        /* background: url(../imgs/home/banner-mp4-mob@3x.jpg) no-repeat;
        background-size: 100% auto; */
        padding: 0;
        height: 3.5rem;
        position: relative;
        margin-top: .72rem;
    }

    .swiper-container {
        height: 2.65rem;
    }


    .swiper-container .slide1,
    .swiper-container .slide2,
    .swiper-container .slide3,
    .swiper-container .slide4,
    .swiper-container .slide5,
    .swiper-container .slide6,
    .swiper-container .slide7 {
        background: transparent;
    }

    .banner .title {
        height: .72rem;
        margin: 0 0 0 .24rem;
        padding-top: 1.6rem;
        box-sizing: content-box;
        left: 0;
    }

    .banner .txt {
        height: 100%;
    }

    .banner .view-all {
        display: none;
    }

    .banner .ifme {
        bottom: 0.05rem;
        top: auto;
        right: 0;
         width: 3.04rem;
        box-shadow: 0px 2px 4px rgba(0,0,0,.06);
    }
       .banner .gc2024 {
        bottom: 0.05rem;
        top: auto;
        right: 0;
        width: 3.04rem;
        box-shadow: 0px 2px 4px rgba(0,0,0,.06);
    }

    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: .21rem;
    }

    .news-section {
        padding: 0 .2rem;
        margin-top: .4rem;
    }

    .news-section .txt {
        float: none;
        margin-bottom: .3rem;
        margin-left: .2rem;
        width: 100%;
    }

    .news-section .news-list {
        width: 100%;
        margin: 0;
        float: none;
    }

    .news-section .news-list li {
        background: transparent;

    }

    .news-section .news-list li a {
        padding: .24rem .2rem;
    }

    .news-section .view-all {
        margin: .4rem auto 0;
    }

    .news-section .news-list li .date {
        margin-bottom: .05rem;
    }

    .news-section .news-list li p {
        white-space: inherit;
        line-height: .2rem;
    }

    .our-company-section {
        padding: .6rem 0 .6rem;

    }

    .our-company-section::before {
        background: url(../imgs/home/Oval-pichi.png) left top no-repeat;
        background-size: cover;
        width: 6.12rem;
        height: 6.12rem;
        left: .2rem;
        bottom: .76rem;
        top: auto;
    }

    .our-company-section .illustration {
        width: 100%;
        margin: 0;
        height: 2.97rem;
        /* margin-bottom: .5rem; */
        margin-top: .4rem;
        float: none;
    }

    .our-company-section .txt {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .our-company-section ul {
        padding: 0 .52rem;
        margin: 0;
        margin-top: .6rem;
        display: none;
        padding-bottom: .2rem;
        /* padding-bottom: .83rem; */
        /* border-bottom: 1px solid #E5E5E5; */
        position: relative;
    }

    .our-company-section ul.open {
        display: block;
    }

    .our-company-section .btn {
        background: url(../imgs/plus_red@3x.png) center center no-repeat;
        background-size: 0.23rem;
        height: 0.64rem;
        border-bottom: 1px solid #E5E5E5;

    }

    .our-company-section .btn.open {
        background: url(../imgs/min_red@3x.png) center center no-repeat;
        background-size: 0.23rem;
    }

    /* .our-company-section ul::after {
        content: "";
        width: .19rem;
        height: 1px;
        background: #E60011;
        position: absolute;
        bottom: .32rem;
        left: 50%;
    } */

    .our-company-section li {
        width: 100%;
        line-height: .5rem;
        float: none;
    }

    .our-company-section li {
        border-bottom: 0;
        left: 0 !important;
        top: 0 !important;
    }

    .our-company-section li:last-of-type {
        border-bottom: 1px solid #E5E5E5;
    }


    .our-company-section .first-level-title {
        margin-left: .4rem;
    }

    .our-company-section .secondary-title {
        margin-left: .4rem;
    }

    .our-company-section .desc {
        margin-left: .4rem;
    }

    .our-company-section .view-all {
        margin-top: .4rem;
        margin-left: .4rem;
    }

    .speech-section {
        padding-left: 0;
        background: url(../imgs/home/company_bg1_mob@3x.jpg) center 1.5rem no-repeat;
        background-size: 100% auto;
        padding-bottom: 0;
        margin-top: .6rem;
    }

    .speech-section .basemap {
        background: transparent;
    }

    .speech-section-content .title {
        font-size: .2rem;
        padding: 0 .4rem;
    }

    .speech-section-content .content {
        font-size: .12rem;
        margin-bottom: .4rem;
        width: 100%;
        padding: 0 .4rem;
    }

    .speech-section-content .links {
        margin: 0;
        width: 100%;
        display: none;
        margin-top: .4rem;
        border-top: 1px solid rgba(255, 255, 255, .4);
        padding: .48rem .4rem 0;

    }

    .speech-section-content .view-all {
        padding-left: .4rem;
        box-sizing: content-box;
    }

    .speech-section-content .links a {
        width: 100%;
        line-height: .6rem;
        border-top: 0 !important;
        border-left: 1px solid rgba(255, 255, 255, .4) !important;
        border-bottom: 1px solid rgba(255, 255, 255, .4) !important;
        border-right: 1px solid rgba(255, 255, 255, .4) !important;
    }

    .speech-section-content .links a:first-of-type {
        border-top: 1px solid rgba(255, 255, 255, .4) !important;
    }

    .speech-section-content {
        padding: 0;
    }

    .speech-section .speech-section-title {
        padding-left: .4rem;
        padding-bottom: 3.04rem;
    }

    .speech-section .btn {
        background: url(../imgs/home/plus_white@3x.png) center center no-repeat;
        background-size: .23rem;
        height: .64rem;
        border-top: 1px solid rgba(255, 255, 255, 0.40);
        margin-top: .4rem;
    }

    .speech-section .btn.open {
        background: url(../imgs/home/min_white.png) center center no-repeat;
        background-size: .23rem;
        border: 0;
        margin-top: .3rem;
    }

    .speech-section-content .links.open {
        display: block;
    }

    .speech-section .illustration {
        background: url(../imgs/home/index-message-mob0401.jpg);
        background-size: cover;
        width: 3.46rem;
        height: 2.14rem;
        right: 0;
        top: .87rem;
    }

    .develop-section {
        height: 3.84rem;
        text-align: left;
        padding: 0 .4rem;
        background: url(../imgs/home/susta_pic1@3x-pichi.jpg) no-repeat;
        background-size: cover;
    }

    .develop-section::before {
        background: transparent;
    }

    .develop-section .title {
        padding-top: .7rem;
        font-size: .24rem;
        line-height: .24rem;
    }

    .develop-section .desc {
        font-size: .12rem;
        line-height: .2rem;
        padding-top: .36rem;
    }

    .develop-section .links {
        font-size: .14rem;

    }

    .develop-section .view-all {
        width: 1.42rem;
        line-height: .5rem;
        height: .5rem;
        background: url(../imgs/btn_arrow-white@2x.png) rgba(255, 255, 255, 0.12) 93% center no-repeat;
        background-size: .13rem;
        margin: .5rem 0 0 0;
    }

    .recruitment-section {
        height: 3.56rem;
        background: url(../imgs/home/recruit_bg_mob@3x-pichi.jpg) no-repeat;
        background-size: 100% auto;
        padding-top: .56rem;
        padding-left: .46rem;
    }

    .recruitment-section .content {
        padding-left: 0;
        padding-right: 0;
        background: url(../imgs/home/recruitment-arrow@2x.png) 80% 1.08rem no-repeat;
        background-size: .76rem auto;
        width: 100%;
    }

    .recruitment-section .content .title {
        font-size: .32rem;
        line-height: .48rem;
        margin-top: .48rem;
    }

    .recruitment-section .content .desc {
        font-size: .17rem;
        margin-top: .22rem;
    }

    .business-section {
        background: url(../imgs/home/company_bg2_mob@3x.jpg) no-repeat;
        background-size: 100% auto;
        padding: 0;
        margin-bottom: .73rem;
        margin-top: 0;
    }

    .business-section .txt {
        padding-left: 0;
        text-align: center;
        height: 3.44rem;
        padding-top: .57rem;
    }

    .business-section .desc {
        line-height: .28rem;
    }

    .business-section .view-all {
        margin-top: .4rem;
        width: .86rem;
    }

    .business-section .main-areas {
        width: 100%;
        left: 0;
        top: 2.69rem;
        padding-left: 1.04rem;
        border: 0;
        border-top: 1px solid rgba(255, 255, 255, .4);
        background-size: .24rem;
    }

    .business-section .tab-pane {
        margin-top: 0;
        position: relative;
    }

    .business-section .basemap {
        background: transparent;
    }

    .business-section .tab-pane .tabs-common {
        border-bottom: 0;
        margin: .4rem 0 .3rem .2rem;
        overflow-x: scroll;
        white-space: nowrap;
        position: relative;
        /* border-top: 1px solid #E5E5E5; */

    }

    .business-section .tab-pane::before {
        content: "";
        width: 100%;
        height: 1px;
        background: #E5E5E5;
        position: absolute;
        top: 0;
        left: .2rem;
    }

    .business-section .tab-pane .tabs-common span {
        padding: .19rem 0 0 0;
        margin-right: .4rem;
    }

    .business-section .tab-pane .tabs-common span.active::before {
        top: 0px;
        z-index: 2;
    }

    .business-section .tab-pane .card-group {
        padding: 0;
    }

    .business-section .card-group li {
        width: 100%;
        position: relative;
        height: 1.04rem;
        margin: 0;
        padding: 0;
        background: url(../imgs/btn_arrow-black@2x.png) 94% center no-repeat;
        background-size: .13rem;
        float: none;
    }

    .business-section .card-group li:nth-of-type(1),
    .business-section .card-group li:nth-of-type(2),
    .business-section .card-group li:nth-of-type(3) {
        border-top: 1px solid #E5E5E5;
    }

    .business-section .card-group li .front-cover {
        position: absolute;
        top: 0;
        left: 0;
        width: 1.04rem;
        height: 100%;
        margin: 0;
    }

    .business-section .card-group li .title {
        line-height: 1.04rem;
        padding-left: 1.36rem;
    }

    .business-section .card-group li:last-of-type {
        border-bottom: 1px solid #E5E5E5;
    }

    .business-section .tab-pane .card-group2 h2 {
        display: none;
    }

    .business-section .tab-pane .card-group2 {
        padding: 0;

    }

    .business-section .tab-pane .card-group2 li {
        width: 100%;
        padding: 0;
        background: url(../imgs/btn_arrow-black@2x.png) 94% center no-repeat;
        background-size: 0.13rem;
    }

    .business-section .tab-pane .card-group2 li a {
        padding: 0;
    }


    .business-section .tab-pane .card-group2 li:nth-of-type(2) a {
        border-top: 0;
    }

    .business-section .tab-pane .card-group2 li p {
        padding-left: 1.36rem;
        font-size: .16rem;
        line-height: 1.04rem;
    }

    .business-section .tab-pane .card-group2 li img {
        height: 1.04rem;
    }

    .news-section .news-list li:hover {
        border-color: #E5E5E5;
        background: transparent;
    }

    .banner .scroll {
        display: none;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        text-align: left;
        padding-left: .28rem;
    }
}